const runtime.maxInt64

6 uses

	runtime (current package)
		malloc.go#L618: 	gcController.memoryLimit.Store(maxInt64)
		mgcpacer.go#L1326: 		return maxInt64
		string.go#L356: 	maxInt64  = int64(maxUint64 >> 1)
		string.go#L392: 	if !neg && un > uint64(maxInt64) {
		string.go#L395: 	if neg && un > uint64(maxInt64)+1 {
		string.go#L502: 	if un > uint64(maxInt64) {